Debounce vs Throttle: Definitive Visual Guide
Education·December 23, 2019·A complete guide to learn the difference between debounce and throttle using visual examples. Never confuse the two again.
Thinking in Functions, Part I: The Input/Output pattern
Education·September 9, 2019·Function is a synonym for action. It's good when your actions have purpose, and their intent is clear. But how to write such functions?
The Art of Code review: From hatred to acceptance
Education·December 27, 2018·Lessons learned from reviewing a team of 15 people throughout 2,5 years.
Advanced forms in React made easy
OSS·May 14, 2018·Learn how to create clean and performant forms using React Advanced Form package.